home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_1479
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2002-11-01
|
1KB
|
45 lines
on(release){
if(_root.poz == "d")
{
if(1 < _root.st_kocour)
{
_root.d_profesor.i = "kocour_necham";
}
else if(_root.draglej == 21)
{
_root.d_profesor.i = "kocour_sirky";
}
else if(_root.draglej == 12)
{
_root.d_profesor.i = "kocour_prak";
}
else if(_root.draglej == 18 || _root.draglej == 19)
{
_root.d_profesor.i = "kocour_srp";
}
else if(_root.draglej == 6)
{
_root.pepa.gotoAndPlay("cat");
}
else if(0 < _root.draglej)
{
_root.d_profesor.i = "kocour_item";
}
else if(_root.st_kocour == 0)
{
_root.d_profesor.i = "kocour_oko";
_root.st_kocour = 1;
}
else if(_root.st_kocour == 1)
{
_root.d_profesor.i = "kocour_probudit";
}
}
else
{
_root.pepa.gotoAndPlay(_root.poz add "d");
}
_root.stopdragall();
_root.hideall();
}